home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / Kludges.subproj / GIFWriting.h < prev    next >
Encoding:
Text File  |  1994-07-21  |  876 b   |  22 lines

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //    FILENAME:    GIFWriting.h 
  3. //    SUMMARY:    Interface for a GIFWriting category to NXImage
  4. //    SUPERCLASS:    Object:NXImage(GIFWriting)
  5. //    INTERFACE:    None
  6. //    AUTHOR:        Rohit Khare
  7. //    COPYRIGHT:    (c) 1994 California Institure of Technology, eText Project
  8. ///////////////////////////////////////////////////////////////////////////////
  9. //    DESCRIPTION
  10. //        This method is placed here by analogy to writeTIFF:*
  11. //        The code here uses the netPBM libraries.
  12. ///////////////////////////////////////////////////////////////////////////////
  13. //    HISTORY
  14. //    07/16/94:    Created. Derived from netPBM
  15. ///////////////////////////////////////////////////////////////////////////////
  16.  
  17. #import <appkit/appkit.h>
  18. #import "_FormatWritingImageView.h"
  19.  
  20. @interface NXImage (GIFWriting)
  21. - writeGIFtoPath:(const char *) destPath;
  22. @end